home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / OOFILE / Buildable, limited OOFILE / c-tree headers / ctsrvf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-12  |  1.3 KB  |  47 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    This program is the CONFIDENTIAL and PROPRIETARY property 
  3.  *    of FairCom(R) Corporation. Any unauthorized use, reproduction or
  4.  *    transfer of this computer program is strictly prohibited.
  5.  *
  6.  *      Copyright (c) 1984 - 1994 FairCom Corporation.
  7.  *    This is an unpublished work, and is subject to limited distribution and
  8.  *    restricted disclosure only. ALL RIGHTS RESERVED.
  9.  *
  10.  *            RESTRICTED RIGHTS LEGEND
  11.  *    Use, duplication, or disclosure by the Government is subject to
  12.  *    restrictions set forth in subparagraph (c)(1)(ii) of the Rights in
  13.  *     Technical Data and Computer Software clause at DFARS 252.227-7013.
  14.  *    FairCom Corporation, 4006 West Broadway, Columbia, MO 65203.
  15.  *
  16.  *    c-tree PLUS(tm)    Version 6.4
  17.  *            Release B
  18.  *            October 19, 1994
  19.  */
  20.  
  21. #ifndef ctSRVFH
  22. #define ctSRVFH
  23.  
  24. #ifdef ctLOCLIB
  25.  
  26. #define cttseg        loccttseg
  27.  
  28. #define putdodan    srv_putdodan
  29. #define putdodas    srv_putdodas
  30. #define cptifil        srv_cptifil
  31. #define ctadjadr    srv_ctadjadr
  32. #define ctadjfld    srv_ctadjfld
  33. #define makifil        srv_makifil
  34. #define ctgetseginfo    srv_ctgetseginfo
  35. #define cthdrcfld    srv_cthdrcfld
  36. #define ctlfsegget    srv_ctlfsegget
  37. #define ctlfsegput    srv_ctlfsegput
  38. #define ctsysint    srv_ctsysint
  39. #define cttime        srv_cttime
  40. #define ierr        srv_ierr
  41. #define vtclose        srv_vtclose
  42. #define ctasskey    srv_ctasskey
  43.  
  44. #endif /* ctLOCLIB */
  45.  
  46. #endif /* ctSRVFH */
  47.